home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / src / CdBS_KQSrc0_3.lha / KaliosysQuantrum / README_Too < prev    next >
Text File  |  1997-11-08  |  2KB  |  75 lines

  1. This is, as its names says it, another readme file.
  2.  
  3. You can try to run kaliosys by double-clicking on the "Couin" icon.
  4. You can leave by hitting the joystick button.
  5. Hit the space bar or the middle mouse button to show/hide the gui. It is
  6. expected to become the map-editor, and a game-creating panacea tool.
  7.  
  8. For programmers, here is a short description of what each sources does:
  9.  
  10. COUIN.s - This is the main source. Here all the other sources are included.
  11.           It assembles well with PhxAss 4.36.
  12.  
  13. Init.s  - This is the initialisation and bitmap-allocation routine.
  14.  
  15. Main.s  - This is the main program, and probably the corest source of the
  16.           program, because it contains almost all of the tests.
  17.  
  18. Support.s   - It contains the routines for blitter, garden dwarves, etc.
  19.  
  20. Support.i   - Some interesting stuff for Support.s
  21.  
  22. Playfield.s - Here are all the routines for scrolling, bobs, and triple
  23.               buffering.
  24.  
  25. Playfield.i - Some structures and equates for Playfield.s
  26.  
  27. Gui.s   - This contains the routines for the gui.
  28.  
  29. Gui.i   - Some things for Gui.s
  30.  
  31. Copper.s    - The fantastic routine to glue many pieces of copper lists
  32.               together (a kind of own custom BUG-FREE MrgCop() :)
  33.  
  34. Copper.i    - Some things for Copper.s
  35.  
  36. CopIns.i    - Some macros for copper instructions.
  37.  
  38. BSS.s       - Some BSSs sections
  39.  
  40. ChipDats.s  - Some chip datas
  41.  
  42. Scrolls.s   - For now it contains only the routine for background scrolling.
  43.  
  44. Ripolin.s   - That deals with the ugly ripolin generation.
  45.  
  46. ScreenSwitch.s - Here is some routine to remove and unremove the couin
  47.                  screen.
  48.  
  49. Iconify.s   - It is the routine that opens and close the iconify window.
  50.  
  51. AutoCrop.s  - It is the routine that crops the sprites for things and all.
  52.  
  53. MapEditor.s - A partial implementation of the map editor. I need the file
  54.               requester and therefore the listviews to continue this...
  55.  
  56. GuiSupport.s - For now, it contains the file requester, and the out of mem
  57.                routine.
  58.  
  59. GuiSupport.i - Include file for GuiSupport.s
  60.  
  61. Test.s  - It contains some ugly test things, the debug menu, etc.
  62.  
  63. BumpGlobalRev - This is a script to bump the revision number of KK
  64.  
  65. Couin.descr - A file that roughly describes the data formats used by couin
  66.               (I'll translate it to english one day...)
  67.  
  68. DICTIONNARY
  69.  
  70. Garden Dwarf : n. Sprite. (Preferably green)
  71.  
  72. Gerflor : n. Tile. (Preferably Linoleum) (A 16*16 block)
  73.  
  74. Ripolin : n. Raster. (Preferably highly coloured)
  75.